home *** CD-ROM | disk | FTP | other *** search
/ Champak 122 / Vol 122.iso / games / super_ma.swf / scripts / DefineButton2_16 / BUTTONCONDACTION on(press).as
Encoding:
Text File  |  2011-01-06  |  118 b   |  7 lines

  1. on(press){
  2.    mintro = new Sound();
  3.    mintro.attachSound("intro");
  4.    mintro.start(0,99);
  5.    gotoAndStop(1);
  6. }
  7.